From: Aaron Schulz Date: Tue, 27 Jan 2009 21:41:42 +0000 (+0000) Subject: * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error X-Git-Tag: 1.31.0-rc.0~43201 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=82974d7af15e813d1f5c5ebfba44155a0c548fd9;p=lhc%2Fweb%2Fwiklou.git * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error messages on save were the edit in fact is saved. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2c8fef1368..b6adc59aff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -104,6 +104,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN comment label uses better message * Whole HTML validation ($wgValidateAllHtml) now works with external tidy * Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings +* (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error + messages on save were the edit in fact is saved. == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions